Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Enhance Kamelet data type implementations #1489

Merged
merged 1 commit into from
May 26, 2023

Conversation

christophd
Copy link
Contributor

  • Refactor existing data type converter names to align with respective mime type (e.g. application/json -> application-json, plain/text -> plain-text)
  • Add data type converter implementations for avro-binary, avro-x-struct, application-x-struct, application-json, application-x-java-object
  • Enhance Avro/Protobuf schema resolver to resolve schemas from given exchange property, content class, schema file classpath reference or explicit schema content
  • Add Json schema resolver
  • Add resolve-pojo-schema-action.kamelet to resolve either Json, Avro or Protobuf schemas delegating to respective schema resolver implementations
  • Use new schema resolver in avro/protobuf serialize/deserialize action Kamelets
  • Add new YAKS tests for avro data type and serialize/deserialize actions

- Refactor existing data type converter names to align with respective mime type (e.g. application/json -> application-json, plain/text -> plain-text)
- Add data type converter implementations for avro-binary, avro-x-struct, application-x-struct, application-json, application-x-java-object
- Enhance Avro/Protobuf schema resolver to resolve schemas from given exchange property, content class, schema file classpath reference or explicit schema content
- Add Json schema resolver
- Add resolve-pojo-schema-action.kamelet to resolve either Json, Avro or Protobuf schemas delegating to respective schema resolver implementations
- Use new schema resolver in avro/protobuf serialize/deserialize action Kamelets
@christophd christophd merged commit abf5c42 into apache:main May 26, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants